C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T,TKey> Interface : GroupJoin Method |
Overload | Description |
---|---|
GroupJoin<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<IEnumerable<T>,T2,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence. |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2